IndexedItem class¶
Defined in
Namespace: DynamicData
Assembly: DynamicData.dll
Full name: DynamicData.IndexedItem<T1, T2>
Modifiers: public sealed
Summary¶
An item with it's index.
Applies to
net10.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0, net9.0-browserwasm1.0, net9.0-desktop1.0, net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.1, netstandard2.0, net462
Class hierarchy
classDiagram
class IndexedItem~T1,T2~
class IEquatable~IndexedItem~TObject, TKey~~ {
<>
}
IEquatable~IndexedItem~TObject, TKey~~ <|.. IndexedItem~T1,T2~
Implements: IEquatable
Remarks¶
Initializes a new instance of the IndexedItem class.
Constructors¶
| Name | Summary |
|---|---|
| .ctor | An item with it's index. |
Properties¶
| Name | Summary |
|---|---|
| Index | Gets the index. |
| Key | Gets the key. |
| Value | Gets the value. |
Methods¶
| Name | Summary |
|---|---|
| Equals | |
| GetHashCode | |
| ToString |